Printing

The data that is being displayed in BEAV can be printed or sent to a file in the same format as displayed. If the current window is displaying octal words and a print command is given the format of the print will be in the format of the window; that is, octal words.



        678901234567890123456789012345678901234567890
 		 Esc P 		 print-mark-to-cursor 		 Ctl-Print
        

To use this command you must set the mark and the cursor to define the region that you want printed. If the mark is not set it as assumed to be at the first unit. After you enter the command you will be prompted with `Print to:'. You can enter a file name or a device name to send the print image to. If you enter `PRN' most systems will print a hard copy.

This is useful for getting a print out of the current key bindings. To do this give the `help' command `F1'. Go to the bottom of the help window using the `move-to-end' command `End', the mark will be assumed to be at the beginning of the buffer. Issue the `print-mark-to-cursor' command. Enter `PRN' at the prompt. This should print the complete help buffer and will reflect any changes that you have made to the key bindings.